home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1509.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.0 KB  |  27 lines

  1. > On Jun 29,  3:31pm, Dave_Raggett wrote:
  2. > } Subject: Re: HTML+ and browser functionality
  3. > >
  4. > >Urh, whats wrong with the LINK element, e.g.
  5. > >
  6. > >        <LINK rel="up" href=...>
  7. > >        <LINK rel="prev" href=...>
  8. > >        <LINK rel="next" href=...>
  9. > >
  10. > >The links specified with the LINK tag are assumed to be global to the
  11. > >entire document and so could be automatically added to a menu or toolbar.
  12. > >
  13. > This seems like the right approach.  We'd like to use it to
  14. > define a linear sequence, for example, the sections of a chapter.
  15. > However, we should probably be sure to distinguish "next" and "prev" 
  16. > from "forward" and "back", which have to do with the navigational
  17. > sequence.
  18. Right, this is needed for picking up "threads" of documents to print
  19. out the whole meta-document.  I'm not suggesting we should replace this.
  20.  
  21. I just think it would be fun to allow the document to define it's own
  22. look for the navigation panel using normal HTML commands.  This could
  23. co-exist with <LINK REL> with no problem.
  24.  
  25. --sanders
  26.  
  27.